home *** CD-ROM | disk | FTP | other *** search
- #
- # Borland CONSOLE mode makefile for MAILER [Win32]
- # Requires SEE32.DLL
- #
- # To use: "make -fmailer32._B_"
- #
-
- CCFLAGS = -c -DWIN32
-
- mailer.exe: mailer.obj see32.dll
- implib see32_.lib see32.dll
- tlink32 -Tpe -ap -c c0x32 mailer, mailer,mailer, see32_.lib cw32i import32
-
- mailer.obj: mailer.c see.h
- bcc32 $(CCFLAGS) mailer.c
-
-
-
-